







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Bag<(Of <T>)>Bag<(Of <T>)>New()() |
Creates a new Bag.
|
![]() | Bag<(Of <T>)>Bag<(Of <T>)>New(IEnumerable<(Of <T>)>) |
Creates a new Bag. The bag is
initialized with all the items in the given collection.
|
![]() | Bag<(Of <T>)>Bag<(Of <T>)>New(IEqualityComparer<(Of <T>)>) |
Creates a new Bag. The Equals and GetHashCode methods of the passed comparison object
will be used to compare items in this bag for equality.
|
![]() | Bag<(Of <T>)>Bag<(Of <T>)>New(IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>) |
Creates a new Bag. The Equals and GetHashCode methods of the passed comparison object
will be used to compare items in this bag. The bag is
initialized with all the items in the given collection.
|